Metadata-Version: 2.1
Name: Supplier API mock server
Version: 2.0.3
Summary: Mock Server with Supplier API implementation
Author: Tiqets Team
Author-email: connections@tiqets.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Supplier API mock server

Mock server on which you can test the [Supplier API](https://tiqets.github.io/supplier-api/) implementation.

![Mock server screenshot](../docs/mockserver.png)

## Requirements

Python 3.7+

## Installation

```sh
pip install supplier-api-mock-server
```

## Running

```sh
supplier_server
```

## Running with docker

```sh
make image
make run
```

## Example request

```
curl -H "API-Key: secret" http://localhost:8000/v2/products
```
